Use this weapon line after you installed the model and the sound.

	<weapon type="BARETTA">
		<data slot="SHOTGUN" firetype="INSTANT_HIT" damagetype="BULLET" group="SHOTGUN" targetrange="10.0" weaponrange="160" clipsize="10" ammomax="80" timebetweenshots="433">
			<damage base="36" networkplayermod="5.0" networkpedmod="1.0"/>
			<physics force="16.0"/>
			<reload time="2666" fasttime="1666" crouchtime="2666"/>

			<aiming accuracy="0.05" pellets="16">
				<offset x="0.14" y="1.0" z="0.55"/>
				<crouchedoffset x="0.15" y="1.0" z="0.05"/>
				<reticule standing="1.0" ducked="1.0" scale="0.0"/>
			</aiming>

			<pickup regentime="240000" ammoonstreet="16"/>

			<controller>
				<rumble duration="180" intensity="0.8"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>CAN_AIM</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
				<flag>2HANDED</flag>
				<flag>HIGHER_BREAK_FORCE</flag>
			</flags>
		</data>

		<assets model="w_pumpshot">
			<anim group="gun@baretta">
				<rates firerate="1.3" blindfirerate="1.3"/>
			</anim>
			<effects>
				<muzzle fx="muz_shotgun"/>
				<shell fx="weap_ejected_shotgun"/>
			</effects>
		</assets>
	</weapon>
